This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Domino server crash on specific search query ~Sven Kifoogenli 19.Jan.04 03:24 PM a Web browser Domino Server 6.5; 6.0.3Windows 2003, Windows 2000, Windows XP
I hear what you're saying about URL's, and am aware of the problems that can occur with spaces and other symbols. However, I've had problems with URL's in ND6 where certain functions should return strings, and in fact were returning something else. One such example would be where I had to apply @Text around a field value I was generating in formula and passing into an API call, because @URLEncode apparently wasn't returning a valid string - in fact, pasting it into a notes field returned what appeared to be non ascii characters - very weird). The @Text fixed the problem.
I'm wondering whether your server is encountering the same error, and trying to search for a character which it effectively cannot parse in the querystring, even though it looks fine in the browser.
I'd also suggest that if you're not already using it, that you give @URLEncode a try to escape your URL rather than @ReplaceSubString.